home *** CD-ROM | disk | FTP | other *** search
/ Into His Marvelous Light / Into His Marvelous LIGHT.iso / lesson1.dxr / 00075_Script_scroll roll < prev    next >
Text File  |  2001-09-05  |  202b  |  11 lines

  1.  
  2. on mouseWithin me
  3.   set the member of sprite the currentSpriteNum to member "scroll glow"
  4.  
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to member "scroll copy"
  9.  
  10. end
  11.